HuntingGroups

data class HuntingGroups(var manage: Boolean = false, val withdrawAll: Boolean = false)

Constructors

Link copied to clipboard
constructor(manage: Boolean = false, withdrawAll: Boolean = false)

Properties

Link copied to clipboard
var manage: Boolean
Link copied to clipboard
val withdrawAll: Boolean = false